home *** CD-ROM | disk | FTP | other *** search
/ PC Premier 2003 #9 / PC_Premier_2003.iso / CD Ghost / Eng / CDGhost / data1.cab / Help(English) / CDGhost.chm / yz_enu.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-06-10  |  2.8 KB  |  146 lines

  1. /* Style sheet optimized for IE4x  */
  2.  
  3. body    { color: #000000;
  4.         background: #FFFFDD;      
  5.         font-size: 75%;
  6.         font-family: Verdana, Arial, Helvetica, Sans-Serif;    }
  7.  
  8. /* all link colors match the IE4+ default colors */
  9. a:link
  10.         { color: #0000FF; }
  11.     
  12. a:visited
  13.         { color: #800080; }
  14.  
  15. a:active
  16.         { color: #FF0000; }
  17.  
  18. a:hover
  19.         { color: #FF0000; }
  20.  
  21. h1
  22.         { font-size: 12pt; /* was 140 */
  23.         margin-bottom: .5em; }
  24.  
  25. h2
  26.         { font-size: 9pt;  /* was 130 */
  27.         margin-top: 1.5em;
  28.         margin-bottom: .5em; }
  29.  
  30.  
  31. h3
  32.         { font-size: 9pt; 
  33.         margin-top: 1.2em;  
  34.         margin-bottom: .5em; }
  35.  
  36. h4
  37.         { font-size: 9pt; 
  38.         margin-top: 1.2em;  
  39.         margin-bottom: .5em; }
  40.  
  41. h5
  42.         { font-size: 9pt; 
  43.         margin-top: 1.2em;  
  44.         margin-bottom: .5em; }
  45.  
  46.  
  47. p
  48.         { margin-top: .6em; 
  49.         margin-bottom: .6em; }
  50.  
  51. p.proclabel
  52.         { font-size: 12pt; 
  53.         font-weight: bold; }
  54.             
  55. ol
  56.         { margin-top: .5em; 
  57.         margin-bottom: 0em; 
  58.         margin-left: 2em }
  59.     
  60. ul
  61.         { margin-top: .6em;     
  62.         margin-bottom: 0em;
  63.         margin-left: 1.5em; 
  64.         list-style-type: disc; }
  65.  
  66. li
  67.         { margin-bottom: .7em;
  68.         margin-left: 0em; }
  69.  
  70. dd
  71.         { margin-bottom: 0em; 
  72.         margin-left: 1.5em; } 
  73.  
  74.  
  75. /* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
  76.  
  77. /* Keywords, functions, and anything else the user must enter exactly as shown are bold
  78. --add "font-weight: bold;" to the dt tag */
  79. /* Variables, book titles, and placeholders the user must provide are italic
  80. --add "font-style: italic;" to the dt tag */
  81. /* pre-defined arguments are bold and italic
  82. --add "font-weight: bold;" and "font-style: italic;" to the dt tag */
  83. dt
  84.         { margin-top: 2em; }
  85.  
  86. pre
  87.         { margin-top: 0em;
  88.         margin-bottom: 1.5em; }
  89.  
  90. code
  91.         { font-family: Courier New; 
  92.         font-size: 125% }
  93.  
  94. table
  95.         { font-size: 100%;
  96.         margin-top: .75em; 
  97.         margin-bottom: .75em; 
  98.         padding: 2pt; }
  99.         
  100. th
  101.         { text-align: left;
  102.         background: #dddddd;
  103.         vertical-align: bottom;    }
  104.         
  105. tr
  106.         { vertical-align: top; }
  107.  
  108. td
  109.         { 
  110.                 background: #EEEEEE;
  111.         vertical-align: top; }
  112.  
  113.  
  114. /*                       */
  115. /* extended class styles */
  116. /*                       */
  117.  
  118.  
  119. /* this class style is used for inline art, especially Related Topics that use icons */
  120. p.margin
  121.         { margin-left: 2em; 
  122.         margin-top: -1.75em; }
  123.  
  124. /* this class style is used to indent text for alerts; use this instead of the blockquote tag */
  125. p.indent
  126.         { margin-left: 2em; }
  127.  
  128. /*_______________________________________________________
  129.  
  130.   bits added for IE5 help
  131. _________________________________________________________*/
  132.  
  133.     /* -- non-hierarchical head; for notes, tips, and related topics -- */
  134.  
  135. p.otherh
  136.     {
  137.     font-size: 9pt; 
  138.     font-weight: bold;
  139.     margin-top: 1.1em; /* subtle but satisfying! */
  140.     }
  141.  
  142.  
  143. /* code comments */
  144.     .comment {color: darkgreen;
  145.         }
  146.